[INFO] cloning repository https://github.com/adrianov/rhino-player
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/adrianov/rhino-player" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadrianov%2Frhino-player", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadrianov%2Frhino-player'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5e1ad67881b2c5642f2ecc1ca999c569056ec04d
[INFO] fixing adrianov/rhino-player against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadrianov%2Frhino-player" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/adrianov/rhino-player
[INFO] finished tweaking git repo https://github.com/adrianov/rhino-player
[INFO] tweaked toml for git repo https://github.com/adrianov/rhino-player written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/adrianov/rhino-player on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/adrianov/rhino-player already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f6e31b0f20620f1d6c6791b551f02322f542b1f3fede9ca98c4e65287a4c1288
[INFO] running `Command { std: "docker" "start" "f6e31b0f20620f1d6c6791b551f02322f542b1f3fede9ca98c4e65287a4c1288", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f6e31b0f20620f1d6c6791b551f02322f542b1f3fede9ca98c4e65287a4c1288" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f6e31b0f20620f1d6c6791b551f02322f542b1f3fede9ca98c4e65287a4c1288", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f6e31b0f20620f1d6c6791b551f02322f542b1f3fede9ca98c4e65287a4c1288" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling winnow v1.0.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling target-lexicon v0.13.3
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling version-compare v0.2.1
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]     Checking pin-project-lite v0.2.17
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]    Compiling cfg-expr v0.20.7
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking fastrand v2.4.1
[INFO] [stderr]    Compiling gio v0.20.12
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling toml_edit v0.25.11+spec-1.1.0
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling system-deps v7.0.8
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking safe_unaligned_simd v0.2.5
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling glib-sys v0.20.10
[INFO] [stderr]    Compiling gobject-sys v0.20.10
[INFO] [stderr]    Compiling gio-sys v0.20.10
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.20.10
[INFO] [stderr]    Compiling cairo-sys-rs v0.20.10
[INFO] [stderr]    Compiling pango-sys v0.20.10
[INFO] [stderr]    Compiling gdk4-sys v0.9.6
[INFO] [stderr]    Compiling graphene-sys v0.20.10
[INFO] [stderr]    Compiling gsk4-sys v0.9.6
[INFO] [stderr]    Compiling gtk4-sys v0.9.6
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling endi v1.1.1
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]     Checking async-task v4.7.1
[INFO] [stderr]    Compiling cc v1.2.61
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]     Checking piper v0.2.5
[INFO] [stderr]    Compiling libadwaita-sys v0.7.2
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling libmpv2-sys v4.0.1
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]     Checking async-executor v1.14.0
[INFO] [stderr]     Checking uuid v1.23.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling glib-macros v0.20.12
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling archmage-macros v0.9.24
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking async-signal v0.2.14
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking async-process v2.5.0
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking archmage v0.9.24
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking magetypes v0.9.24
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]    Compiling gtk4-macros v0.9.5
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling zvariant_utils v3.3.1
[INFO] [stderr]    Compiling enumflags2 v0.7.12
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]     Checking glib v0.20.12
[INFO] [stderr]    Compiling zvariant_derive v5.10.1
[INFO] [stderr]     Checking whereat v0.1.5
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]    Compiling libmpv2 v5.0.3
[INFO] [stderr]     Checking zenpixels v0.2.11
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]     Checking garb v0.2.8
[INFO] [stderr]     Checking rgb v0.8.53
[INFO] [stderr]    Compiling zvariant v5.10.1
[INFO] [stderr]    Compiling trait-variant v0.1.2
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking fallible-iterator v0.3.0
[INFO] [stderr]     Checking enough v0.4.4
[INFO] [stderr]     Checking fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling rhino-player v1.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating build.rs from 2021 edition to 2024
[INFO] [stderr]     Checking byteorder-lite v0.1.0
[INFO] [stderr]     Checking itoa v1.0.18
[INFO] [stderr]     Checking any_ascii v0.1.7
[INFO] [stderr]     Checking lexical-sort v0.3.1
[INFO] [stderr]     Checking linear-srgb v0.6.12
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking libloading v0.8.9
[INFO] [stderr]     Checking zbus_names v4.3.2
[INFO] [stderr]     Checking zenyuv v0.1.3
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]    Compiling zbus_macros v5.15.0
[INFO] [stderr]     Checking zenwebp v0.4.4
[INFO] [stderr]     Checking rusqlite v0.32.1
[INFO] [stderr]     Checking zbus v5.15.0
[INFO] [stderr]     Checking cairo-rs v0.20.12
[INFO] [stderr]     Checking graphene-rs v0.20.10
[INFO] [stderr]     Checking mpris-server v0.10.0
[INFO] [stderr]     Checking pango v0.20.12
[INFO] [stderr]     Checking gdk-pixbuf v0.20.10
[INFO] [stderr]     Checking gdk4 v0.9.6
[INFO] [stderr]     Checking gsk4 v0.9.6
[INFO] [stderr]     Checking gtk4 v0.9.7
[INFO] [stderr]     Checking libadwaita v0.7.2
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/app/build_window/sibling_nav_buttons.rs (1 fix)
[INFO] [stderr]        Fixed src/video_pref/smooth_vf_add.rs (1 fix)
[INFO] [stderr]        Fixed src/media_probe/thumb_screenshot_raw.rs (1 fix)
[INFO] [stderr]        Fixed src/video_pref/mvtools_speed_vf_setup.rs (1 fix)
[INFO] [stderr]        Fixed src/chapter_list.rs (2 fixes)
[INFO] [stderr]        Fixed src/app/base/video_app_menu_smooth_toolbar.rs (2 fixes)
[INFO] [stderr]        Fixed src/app/transport_events/dispatch_sync_ui_dvd_bar.rs (1 fix)
[INFO] [stderr]        Fixed src/media_probe/thumb_mpv_node.rs (4 fixes)
[INFO] [stderr]        Fixed src/video_pref/mvtools_video_log_env.rs (4 fixes)
[INFO] [stderr]        Fixed src/paths_smooth_me_budget_env.rs (1 fix)
[INFO] [stderr]        Fixed src/dvd_vob_bar.rs (1 fix)
[INFO] [stderr]        Fixed src/app/build_window/wire_drag_drop_codec.rs (2 fixes)
[INFO] [stderr]        Fixed src/recent_view/fill_row_cards.rs (1 fix)
[INFO] [stderr]        Fixed src/video_pref/open_media_env.rs (1 fix)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/app/base/constants_and_window_aspect.rs:24:26
[INFO] [stdout]     |
[INFO] [stdout]  22 |         let themed = gio::ThemedIcon::new(name);
[INFO] [stdout]     |             ------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `themed` calls a custom destructor
[INFO] [stdout]     |             `themed` will be dropped later as of Edition 2024
[INFO] [stdout]  23 |         item.set_icon(&themed);
[INFO] [stdout]  24 |         if let Some(v) = themed.serialize() {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  27 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/glib-0.20.12/src/shared.rs:471:1
[INFO] [stdout]     |
[INFO] [stdout] 471 | impl<T, MM: SharedMemoryManager<Target = T>> Drop for Shared<T, MM> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `themed` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/glib-0.20.12/src/object.rs:390:1
[INFO] [stdout]     |
[INFO] [stdout] 390 | impl Drop for ObjectRef {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/app/build_window/wire_drag_drop_codec.rs:104:34
[INFO] [stdout]     |
[INFO] [stdout] 101 |         let Ok(list) = val.get_owned::<gtk::gdk::FileList>() else {
[INFO] [stdout]     |                ----
[INFO] [stdout]     |                |
[INFO] [stdout]     |                `list` calls a custom destructor
[INFO] [stdout]     |                `list` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 104 |         local_paths_from_gfiles(&list.files())
[INFO] [stdout]     |                                  ^^^^^^^^^^^^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                  up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 105 |     } else if typ == gf || val.is::<gio::File>() {
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/glib-0.20.12/src/object.rs:390:1
[INFO] [stdout]     |
[INFO] [stdout] 390 | impl Drop for ObjectRef {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `list` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/glib-0.20.12/src/boxed.rs:546:1
[INFO] [stdout]     |
[INFO] [stdout] 546 | impl<T: 'static, MM: BoxedMemoryManager<Target = T>> Drop for Boxed<T, MM> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/audio_tracks.rs:212:25
[INFO] [stdout]     |
[INFO] [stdout] 212 |     while let Some(c) = bx.first_child() {
[INFO] [stdout]     |                    -    ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                    |    |
[INFO] [stdout]     |                    |    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                    |    up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    `c` calls a custom destructor
[INFO] [stdout]     |                    `c` will be dropped later as of Edition 2024
[INFO] [stdout] 213 |         bx.remove(&c);
[INFO] [stdout] 214 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/glib-0.20.12/src/object.rs:390:1
[INFO] [stdout]     |
[INFO] [stdout] 390 | impl Drop for ObjectRef {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/glib-0.20.12/src/object.rs:390:1
[INFO] [stdout]     |
[INFO] [stdout] 390 | impl Drop for ObjectRef {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/recent_view/undo_bar_scroll_new_row.rs:137:25
[INFO] [stdout]     |
[INFO] [stdout] 137 |     while let Some(c) = f.first_child() {
[INFO] [stdout]     |                    -    ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                    |    |
[INFO] [stdout]     |                    |    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                    |    up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    `c` calls a custom destructor
[INFO] [stdout]     |                    `c` will be dropped later as of Edition 2024
[INFO] [stdout] 138 |         c.unparent();
[INFO] [stdout] 139 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/glib-0.20.12/src/object.rs:390:1
[INFO] [stdout]     |
[INFO] [stdout] 390 | impl Drop for ObjectRef {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/glib-0.20.12/src/object.rs:390:1
[INFO] [stdout]     |
[INFO] [stdout] 390 | impl Drop for ObjectRef {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/sub_tracks_rebuild.rs:62:25
[INFO] [stdout]     |
[INFO] [stdout]  62 |     while let Some(c) = bx.first_child() {
[INFO] [stdout]     |                    -    ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                    |    |
[INFO] [stdout]     |                    |    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                    |    up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    `c` calls a custom destructor
[INFO] [stdout]     |                    `c` will be dropped later as of Edition 2024
[INFO] [stdout]  63 |         bx.remove(&c);
[INFO] [stdout]  64 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/glib-0.20.12/src/object.rs:390:1
[INFO] [stdout]     |
[INFO] [stdout] 390 | impl Drop for ObjectRef {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/glib-0.20.12/src/object.rs:390:1
[INFO] [stdout]     |
[INFO] [stdout] 390 | impl Drop for ObjectRef {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/theme.rs:323:29
[INFO] [stdout]     |
[INFO] [stdout] 298 |     let p = gtk::CssProvider::new();
[INFO] [stdout]     |         -
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `p` calls a custom destructor
[INFO] [stdout]     |         `p` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 323 |     if let Some(settings) = gtk::Settings::default() {
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                             up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 328 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/glib-0.20.12/src/object.rs:390:1
[INFO] [stdout]     |
[INFO] [stdout] 390 | impl Drop for ObjectRef {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `p` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/glib-0.20.12/src/object.rs:390:1
[INFO] [stdout]     |
[INFO] [stdout] 390 | impl Drop for ObjectRef {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating src/main.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/app/base/constants_and_window_aspect.rs:24:26
[INFO] [stdout]     |
[INFO] [stdout]  22 |         let themed = gio::ThemedIcon::new(name);
[INFO] [stdout]     |             ------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `themed` calls a custom destructor
[INFO] [stdout]     |             `themed` will be dropped later as of Edition 2024
[INFO] [stdout]  23 |         item.set_icon(&themed);
[INFO] [stdout]  24 |         if let Some(v) = themed.serialize() {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  27 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/glib-0.20.12/src/shared.rs:471:1
[INFO] [stdout]     |
[INFO] [stdout] 471 | impl<T, MM: SharedMemoryManager<Target = T>> Drop for Shared<T, MM> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `themed` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/glib-0.20.12/src/object.rs:390:1
[INFO] [stdout]     |
[INFO] [stdout] 390 | impl Drop for ObjectRef {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/app/build_window/wire_drag_drop_codec.rs:104:34
[INFO] [stdout]     |
[INFO] [stdout] 101 |         let Ok(list) = val.get_owned::<gtk::gdk::FileList>() else {
[INFO] [stdout]     |                ----
[INFO] [stdout]     |                |
[INFO] [stdout]     |                `list` calls a custom destructor
[INFO] [stdout]     |                `list` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 104 |         local_paths_from_gfiles(&list.files())
[INFO] [stdout]     |                                  ^^^^^^^^^^^^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                  up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 105 |     } else if typ == gf || val.is::<gio::File>() {
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/glib-0.20.12/src/object.rs:390:1
[INFO] [stdout]     |
[INFO] [stdout] 390 | impl Drop for ObjectRef {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `list` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/glib-0.20.12/src/boxed.rs:546:1
[INFO] [stdout]     |
[INFO] [stdout] 546 | impl<T: 'static, MM: BoxedMemoryManager<Target = T>> Drop for Boxed<T, MM> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/audio_tracks.rs:212:25
[INFO] [stdout]     |
[INFO] [stdout] 212 |     while let Some(c) = bx.first_child() {
[INFO] [stdout]     |                    -    ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                    |    |
[INFO] [stdout]     |                    |    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                    |    up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    `c` calls a custom destructor
[INFO] [stdout]     |                    `c` will be dropped later as of Edition 2024
[INFO] [stdout] 213 |         bx.remove(&c);
[INFO] [stdout] 214 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/glib-0.20.12/src/object.rs:390:1
[INFO] [stdout]     |
[INFO] [stdout] 390 | impl Drop for ObjectRef {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/glib-0.20.12/src/object.rs:390:1
[INFO] [stdout]     |
[INFO] [stdout] 390 | impl Drop for ObjectRef {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/recent_view/undo_bar_scroll_new_row.rs:137:25
[INFO] [stdout]     |
[INFO] [stdout] 137 |     while let Some(c) = f.first_child() {
[INFO] [stdout]     |                    -    ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                    |    |
[INFO] [stdout]     |                    |    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                    |    up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    `c` calls a custom destructor
[INFO] [stdout]     |                    `c` will be dropped later as of Edition 2024
[INFO] [stdout] 138 |         c.unparent();
[INFO] [stdout] 139 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/glib-0.20.12/src/object.rs:390:1
[INFO] [stdout]     |
[INFO] [stdout] 390 | impl Drop for ObjectRef {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/glib-0.20.12/src/object.rs:390:1
[INFO] [stdout]     |
[INFO] [stdout] 390 | impl Drop for ObjectRef {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/sub_tracks_rebuild.rs:62:25
[INFO] [stdout]     |
[INFO] [stdout]  62 |     while let Some(c) = bx.first_child() {
[INFO] [stdout]     |                    -    ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                    |    |
[INFO] [stdout]     |                    |    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                    |    up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    `c` calls a custom destructor
[INFO] [stdout]     |                    `c` will be dropped later as of Edition 2024
[INFO] [stdout]  63 |         bx.remove(&c);
[INFO] [stdout]  64 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/glib-0.20.12/src/object.rs:390:1
[INFO] [stdout]     |
[INFO] [stdout] 390 | impl Drop for ObjectRef {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/glib-0.20.12/src/object.rs:390:1
[INFO] [stdout]     |
[INFO] [stdout] 390 | impl Drop for ObjectRef {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/theme.rs:323:29
[INFO] [stdout]     |
[INFO] [stdout] 298 |     let p = gtk::CssProvider::new();
[INFO] [stdout]     |         -
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `p` calls a custom destructor
[INFO] [stdout]     |         `p` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 323 |     if let Some(settings) = gtk::Settings::default() {
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                             up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 328 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/glib-0.20.12/src/object.rs:390:1
[INFO] [stdout]     |
[INFO] [stdout] 390 | impl Drop for ObjectRef {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `p` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/glib-0.20.12/src/object.rs:390:1
[INFO] [stdout]     |
[INFO] [stdout] 390 | impl Drop for ObjectRef {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/main.rs (1 fix)
[INFO] [stderr]    Migrating src/bin/qcheck.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/mpv_smoke.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 22s
[INFO] [stderr] crater-edition-check: rhino-player v1.3.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]    Compiling rhino-player v1.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]   --> src/app/base/chrome_macos_unfullscreen_defer.rs:18:57
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn macos_unfullscreen_step(win: adw::ApplicationWindow, gen: u64, retry: u8) {
[INFO] [stdout]    |                                                         ^^^ expected identifier, found reserved keyword
[INFO] [stdout]    |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn macos_unfullscreen_step(win: adw::ApplicationWindow, r#gen: u64, retry: u8) {
[INFO] [stdout]    |                                                         ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/app/base/chrome_macos_unfullscreen_defer.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 19 |     if gen != MACOS_UNFS_GEN.load(Ordering::Acquire) {
[INFO] [stdout]    |        ^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]   --> src/app/base/chrome_macos_unfullscreen_defer.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |     let gen = MACOS_UNFS_GEN.fetch_add(1, Ordering::AcqRel) + 1;
[INFO] [stdout]    |         ^^^ expected identifier, found reserved keyword
[INFO] [stdout]    |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]    |
[INFO] [stdout] 66 |     let r#gen = MACOS_UNFS_GEN.fetch_add(1, Ordering::AcqRel) + 1;
[INFO] [stdout]    |         ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/app/base/chrome_macos_unfullscreen_defer.rs:70:39
[INFO] [stdout]    |
[INFO] [stdout] 70 |         macos_unfullscreen_step(win2, gen, 0);
[INFO] [stdout]    |                                       ^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]   --> src/app/base/preload_continue_and_run.rs:81:21
[INFO] [stdout]    |
[INFO] [stdout] 81 |                 let gen = ctx
[INFO] [stdout]    |                     ^^^ expected identifier, found reserved keyword
[INFO] [stdout]    |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]    |
[INFO] [stdout] 81 |                 let r#gen = ctx
[INFO] [stdout]    |                     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/app/base/preload_continue_and_run.rs:87:43
[INFO] [stdout]    |
[INFO] [stdout] 87 |                 ctx.gate.set_inflight_gen(gen);
[INFO] [stdout]    |                                           ^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]   --> src/app/base/warm_preload_idle.rs:23:43
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub(crate) fn set_inflight_gen(&self, gen: u32) {
[INFO] [stdout]    |                                           ^^^ expected identifier, found reserved keyword
[INFO] [stdout]    |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub(crate) fn set_inflight_gen(&self, r#gen: u32) {
[INFO] [stdout]    |                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/app/base/warm_preload_idle.rs:24:31
[INFO] [stdout]    |
[INFO] [stdout] 24 |         self.inflight_gen.set(gen);
[INFO] [stdout]    |                               ^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]    --> src/app/base/warm_preload_path.rs:115:17
[INFO] [stdout]     |
[INFO] [stdout] 115 |             let gen = ctx
[INFO] [stdout]     |                 ^^^ expected identifier, found reserved keyword
[INFO] [stdout]     |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]     |
[INFO] [stdout] 115 |             let r#gen = ctx
[INFO] [stdout]     |                 ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]    --> src/app/base/warm_preload_path.rs:121:39
[INFO] [stdout]     |
[INFO] [stdout] 121 |             ctx.gate.set_inflight_gen(gen);
[INFO] [stdout]     |                                       ^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]   --> src/app/input/shell_fs_restore.rs:52:5
[INFO] [stdout]    |
[INFO] [stdout] 51 | struct LeaveFsRestoreCtx {
[INFO] [stdout]    |        ----------------- while parsing this struct
[INFO] [stdout] 52 |     gen: Rc<Cell<u32>>,
[INFO] [stdout]    |     ^^^ expected identifier, found reserved keyword
[INFO] [stdout]    |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]    |
[INFO] [stdout] 52 |     r#gen: Rc<Cell<u32>>,
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]   --> src/app/input/shell_fs_restore.rs:66:12
[INFO] [stdout]    |
[INFO] [stdout] 66 |     if ctx.gen.get() != ctx.want_gen {
[INFO] [stdout]    |            ^^^ expected identifier, found reserved keyword
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]   --> src/app/input/shell_fs_restore.rs:73:13
[INFO] [stdout]    |
[INFO] [stdout] 73 |             gen: Rc::clone(&ctx.gen),
[INFO] [stdout]    |             ^^^ expected identifier, found reserved keyword
[INFO] [stdout]    |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]    |
[INFO] [stdout] 73 |             r#gen: Rc::clone(&ctx.gen),
[INFO] [stdout]    |             ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]   --> src/app/input/shell_fs_restore.rs:73:33
[INFO] [stdout]    |
[INFO] [stdout] 73 |             gen: Rc::clone(&ctx.gen),
[INFO] [stdout]    |                                 ^^^ expected identifier, found reserved keyword
[INFO] [stdout]    |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]    |
[INFO] [stdout] 73 |             gen: Rc::clone(&ctx.r#gen),
[INFO] [stdout]    |                                 ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]    --> src/app/input/shell_fs_restore.rs:103:5
[INFO] [stdout]     |
[INFO] [stdout] 103 |     gen: &Rc<Cell<u32>>,
[INFO] [stdout]     |     ^^^ expected identifier, found reserved keyword
[INFO] [stdout]     |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]     |
[INFO] [stdout] 103 |     r#gen: &Rc<Cell<u32>>,
[INFO] [stdout]     |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]   --> src/app/base/chrome_macos_unfullscreen_defer.rs:18:57
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn macos_unfullscreen_step(win: adw::ApplicationWindow, gen: u64, retry: u8) {
[INFO] [stdout]    |                                                         ^^^ expected identifier, found reserved keyword
[INFO] [stdout]    |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn macos_unfullscreen_step(win: adw::ApplicationWindow, r#gen: u64, retry: u8) {
[INFO] [stdout]    |                                                         ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]    --> src/app/input/shell_fs_restore.rs:115:9
[INFO] [stdout]     |
[INFO] [stdout] 115 |         gen: Rc::clone(gen),
[INFO] [stdout]     |         ^^^ expected identifier, found reserved keyword
[INFO] [stdout]     |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]     |
[INFO] [stdout] 115 |         r#gen: Rc::clone(gen),
[INFO] [stdout]     |         ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]    --> src/app/input/shell_fs_restore.rs:115:24
[INFO] [stdout]     |
[INFO] [stdout] 115 |         gen: Rc::clone(gen),
[INFO] [stdout]     |                        ^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/app/base/chrome_macos_unfullscreen_defer.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 19 |     if gen != MACOS_UNFS_GEN.load(Ordering::Acquire) {
[INFO] [stdout]    |        ^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]   --> src/app/base/chrome_macos_unfullscreen_defer.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |     let gen = MACOS_UNFS_GEN.fetch_add(1, Ordering::AcqRel) + 1;
[INFO] [stdout]    |         ^^^ expected identifier, found reserved keyword
[INFO] [stdout]    |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]    |
[INFO] [stdout] 66 |     let r#gen = MACOS_UNFS_GEN.fetch_add(1, Ordering::AcqRel) + 1;
[INFO] [stdout]    |         ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/app/base/chrome_macos_unfullscreen_defer.rs:70:39
[INFO] [stdout]    |
[INFO] [stdout] 70 |         macos_unfullscreen_step(win2, gen, 0);
[INFO] [stdout]    |                                       ^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]   --> src/app/base/preload_continue_and_run.rs:81:21
[INFO] [stdout]    |
[INFO] [stdout] 81 |                 let gen = ctx
[INFO] [stdout]    |                     ^^^ expected identifier, found reserved keyword
[INFO] [stdout]    |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]    |
[INFO] [stdout] 81 |                 let r#gen = ctx
[INFO] [stdout]    |                     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/app/base/preload_continue_and_run.rs:87:43
[INFO] [stdout]    |
[INFO] [stdout] 87 |                 ctx.gate.set_inflight_gen(gen);
[INFO] [stdout]    |                                           ^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]   --> src/app/base/warm_preload_idle.rs:23:43
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub(crate) fn set_inflight_gen(&self, gen: u32) {
[INFO] [stdout]    |                                           ^^^ expected identifier, found reserved keyword
[INFO] [stdout]    |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub(crate) fn set_inflight_gen(&self, r#gen: u32) {
[INFO] [stdout]    |                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/app/base/warm_preload_idle.rs:24:31
[INFO] [stdout]    |
[INFO] [stdout] 24 |         self.inflight_gen.set(gen);
[INFO] [stdout]    |                               ^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]    --> src/app/base/warm_preload_path.rs:115:17
[INFO] [stdout]     |
[INFO] [stdout] 115 |             let gen = ctx
[INFO] [stdout]     |                 ^^^ expected identifier, found reserved keyword
[INFO] [stdout]     |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]     |
[INFO] [stdout] 115 |             let r#gen = ctx
[INFO] [stdout]     |                 ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]    --> src/app/base/warm_preload_path.rs:121:39
[INFO] [stdout]     |
[INFO] [stdout] 121 |             ctx.gate.set_inflight_gen(gen);
[INFO] [stdout]     |                                       ^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]   --> src/app/input/shell_fs_restore.rs:52:5
[INFO] [stdout]    |
[INFO] [stdout] 51 | struct LeaveFsRestoreCtx {
[INFO] [stdout]    |        ----------------- while parsing this struct
[INFO] [stdout] 52 |     gen: Rc<Cell<u32>>,
[INFO] [stdout]    |     ^^^ expected identifier, found reserved keyword
[INFO] [stdout]    |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]    |
[INFO] [stdout] 52 |     r#gen: Rc<Cell<u32>>,
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]   --> src/app/input/shell_fs_restore.rs:66:12
[INFO] [stdout]    |
[INFO] [stdout] 66 |     if ctx.gen.get() != ctx.want_gen {
[INFO] [stdout]    |            ^^^ expected identifier, found reserved keyword
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]   --> src/app/input/shell_fs_restore.rs:73:13
[INFO] [stdout]    |
[INFO] [stdout] 73 |             gen: Rc::clone(&ctx.gen),
[INFO] [stdout]    |             ^^^ expected identifier, found reserved keyword
[INFO] [stdout]    |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]    |
[INFO] [stdout] 73 |             r#gen: Rc::clone(&ctx.gen),
[INFO] [stdout]    |             ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]   --> src/app/input/shell_fs_restore.rs:73:33
[INFO] [stdout]    |
[INFO] [stdout] 73 |             gen: Rc::clone(&ctx.gen),
[INFO] [stdout]    |                                 ^^^ expected identifier, found reserved keyword
[INFO] [stdout]    |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]    |
[INFO] [stdout] 73 |             gen: Rc::clone(&ctx.r#gen),
[INFO] [stdout]    |                                 ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]    --> src/app/input/shell_fs_restore.rs:103:5
[INFO] [stdout]     |
[INFO] [stdout] 103 |     gen: &Rc<Cell<u32>>,
[INFO] [stdout]     |     ^^^ expected identifier, found reserved keyword
[INFO] [stdout]     |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]     |
[INFO] [stdout] 103 |     r#gen: &Rc<Cell<u32>>,
[INFO] [stdout]     |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]    --> src/app/input/shell_fs_restore.rs:115:9
[INFO] [stdout]     |
[INFO] [stdout] 115 |         gen: Rc::clone(gen),
[INFO] [stdout]     |         ^^^ expected identifier, found reserved keyword
[INFO] [stdout]     |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]     |
[INFO] [stdout] 115 |         r#gen: Rc::clone(gen),
[INFO] [stdout]     |         ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]    --> src/app/input/shell_fs_restore.rs:115:24
[INFO] [stdout]     |
[INFO] [stdout] 115 |         gen: Rc::clone(gen),
[INFO] [stdout]     |                        ^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]   --> src/recent_view/backfill_context_schedule.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |     let gen = ctx
[INFO] [stdout]    |         ^^^ expected identifier, found reserved keyword
[INFO] [stdout]    |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]    |
[INFO] [stdout] 63 |     let r#gen = ctx
[INFO] [stdout]    |         ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `{`, found keyword `if`
[INFO] [stdout]   --> src/recent_view/backfill_context_schedule.rs:75:13
[INFO] [stdout]    |
[INFO] [stdout] 75 |             if !c.load(Ordering::Acquire) {
[INFO] [stdout]    |             ^^ expected `{`
[INFO] [stdout]    |
[INFO] [stdout] note: the `if` expression is missing a block after this condition
[INFO] [stdout]   --> src/recent_view/backfill_context_schedule.rs:72:16
[INFO] [stdout]    |
[INFO] [stdout] 72 |               if gen_watch.load(std::sync::atomic::Ordering::Acquire) != gen {
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 73 | |                 return;
[INFO] [stdout] 74 | |             }
[INFO] [stdout]    | |_____________^
[INFO] [stdout] help: you might have meant to write this as part of a block
[INFO] [stdout]    |
[INFO] [stdout] 75 ~             { if !c.load(Ordering::Acquire) {
[INFO] [stdout] 76 |                 return;
[INFO] [stdout] 77 ~             } }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]   --> src/video_pref/smooth_off_playhead_refresh.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 59 |     let gen = VF_SWAP_GEN.get().saturating_add(1);
[INFO] [stdout]    |         ^^^ expected identifier, found reserved keyword
[INFO] [stdout]    |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]    |
[INFO] [stdout] 59 |     let r#gen = VF_SWAP_GEN.get().saturating_add(1);
[INFO] [stdout]    |         ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/video_pref/smooth_off_playhead_refresh.rs:60:21
[INFO] [stdout]    |
[INFO] [stdout] 60 |     VF_SWAP_GEN.set(gen);
[INFO] [stdout]    |                     ^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]    --> src/video_pref/smooth_off_playhead_refresh.rs:138:9
[INFO] [stdout]     |
[INFO] [stdout] 138 |     let gen = VF_SWAP_GEN.get().saturating_add(1);
[INFO] [stdout]     |         ^^^ expected identifier, found reserved keyword
[INFO] [stdout]     |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]     |
[INFO] [stdout] 138 |     let r#gen = VF_SWAP_GEN.get().saturating_add(1);
[INFO] [stdout]     |         ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]    --> src/video_pref/smooth_off_playhead_refresh.rs:139:21
[INFO] [stdout]     |
[INFO] [stdout] 139 |     VF_SWAP_GEN.set(gen);
[INFO] [stdout]     |                     ^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]   --> src/recent_view/backfill_context_schedule.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |     let gen = ctx
[INFO] [stdout]    |         ^^^ expected identifier, found reserved keyword
[INFO] [stdout]    |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]    |
[INFO] [stdout] 63 |     let r#gen = ctx
[INFO] [stdout]    |         ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `{`, found keyword `if`
[INFO] [stdout]   --> src/recent_view/backfill_context_schedule.rs:75:13
[INFO] [stdout]    |
[INFO] [stdout] 75 |             if !c.load(Ordering::Acquire) {
[INFO] [stdout]    |             ^^ expected `{`
[INFO] [stdout]    |
[INFO] [stdout] note: the `if` expression is missing a block after this condition
[INFO] [stdout]   --> src/recent_view/backfill_context_schedule.rs:72:16
[INFO] [stdout]    |
[INFO] [stdout] 72 |               if gen_watch.load(std::sync::atomic::Ordering::Acquire) != gen {
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 73 | |                 return;
[INFO] [stdout] 74 | |             }
[INFO] [stdout]    | |_____________^
[INFO] [stdout] help: you might have meant to write this as part of a block
[INFO] [stdout]    |
[INFO] [stdout] 75 ~             { if !c.load(Ordering::Acquire) {
[INFO] [stdout] 76 |                 return;
[INFO] [stdout] 77 ~             } }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]   --> src/video_pref/smooth_off_playhead_refresh.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 59 |     let gen = VF_SWAP_GEN.get().saturating_add(1);
[INFO] [stdout]    |         ^^^ expected identifier, found reserved keyword
[INFO] [stdout]    |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]    |
[INFO] [stdout] 59 |     let r#gen = VF_SWAP_GEN.get().saturating_add(1);
[INFO] [stdout]    |         ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/video_pref/smooth_off_playhead_refresh.rs:60:21
[INFO] [stdout]    |
[INFO] [stdout] 60 |     VF_SWAP_GEN.set(gen);
[INFO] [stdout]    |                     ^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]    --> src/video_pref/smooth_off_playhead_refresh.rs:138:9
[INFO] [stdout]     |
[INFO] [stdout] 138 |     let gen = VF_SWAP_GEN.get().saturating_add(1);
[INFO] [stdout]     |         ^^^ expected identifier, found reserved keyword
[INFO] [stdout]     |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]     |
[INFO] [stdout] 138 |     let r#gen = VF_SWAP_GEN.get().saturating_add(1);
[INFO] [stdout]     |         ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]    --> src/video_pref/smooth_off_playhead_refresh.rs:139:21
[INFO] [stdout]     |
[INFO] [stdout] 139 |     VF_SWAP_GEN.set(gen);
[INFO] [stdout]     |                     ^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: gen blocks are experimental
[INFO] [stdout]   --> src/recent_view/backfill_context_schedule.rs:72:72
[INFO] [stdout]    |
[INFO] [stdout] 72 |             if gen_watch.load(std::sync::atomic::Ordering::Acquire) != gen {
[INFO] [stdout]    |                                                                        ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #117078 <https://github.com/rust-lang/rust/issues/117078> for more information
[INFO] [stdout]    = help: add `#![feature(gen_blocks)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-06-16; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]   --> src/recent_view/undo_bar_scroll_new_row.rs:15:26
[INFO] [stdout]    |
[INFO] [stdout] 15 | use crate::media_probe::{self, card_data_list, CardData};
[INFO] [stdout]    |                          ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: gen blocks are experimental
[INFO] [stdout]   --> src/recent_view/backfill_context_schedule.rs:72:72
[INFO] [stdout]    |
[INFO] [stdout] 72 |             if gen_watch.load(std::sync::atomic::Ordering::Acquire) != gen {
[INFO] [stdout]    |                                                                        ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #117078 <https://github.com/rust-lang/rust/issues/117078> for more information
[INFO] [stdout]    = help: add `#![feature(gen_blocks)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-06-16; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]   --> src/recent_view/undo_bar_scroll_new_row.rs:15:26
[INFO] [stdout]    |
[INFO] [stdout] 15 | use crate::media_probe::{self, card_data_list, CardData};
[INFO] [stdout]    |                          ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0658`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rhino-player` (lib) due to 24 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0658`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rhino-player` (lib test) due to 24 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "f6e31b0f20620f1d6c6791b551f02322f542b1f3fede9ca98c4e65287a4c1288", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f6e31b0f20620f1d6c6791b551f02322f542b1f3fede9ca98c4e65287a4c1288", kill_on_drop: false }`
[INFO] [stdout] f6e31b0f20620f1d6c6791b551f02322f542b1f3fede9ca98c4e65287a4c1288
